Interface CDPNeighborTable

All Superinterfaces:
IPCObject
All Known Implementing Classes:
CDPNeighborTableImpl

public interface CDPNeighborTable extends IPCObject
Information provided by the PKI file:

    \class CdpNeighborTable
    
    \brief CdpNeighborTable holds the CDP neighbor tables.
    
    \example network().getDevice("Router0").getProcess("CdpProcess").getNeighborTable()
    
Author:
Auto-generated
  • Method Details

    • getNeighborTableCount

      int getNeighborTableCount()
      Information provided by the PKI file:
      
          \brief Returns the number of neighbor tables.
          
          \return int, the number of neighbor tables.
          
              
      Returns:
      int Returns a int
    • getCdpNeighborAt

      CDPNeighbor getCdpNeighborAt(int index)
      Information provided by the PKI file:
      
          \brief Returns a CDP neighbor at the specified index.
          
          \param index, the index of the CDP neighbor.
          
          \return CdpNeighbor, the CDP neighbor at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      CDPNeighbor Returns a CDPNeighbor